text/template/parse.Tree.newAction (method)
3 uses
text/template/parse (current package)
node.go#L269: func (t *Tree) newAction(pos Pos, line int, pipe *PipeNode) *ActionNode {
node.go#L290: return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())
parse.go#L418: return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)